You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we're missing both the source code and JAR file for the Java bits of this benchmark.
>> bench_matlab_nops
Matlab R2019b on MACI64
Matlab 9.7.0.1737446 (R2019b) Update 9 / Java 1.8.0_202 on MACI64 Mac OS X 10.16 (eilonwy)
Machine: Apple M1 Max, 10 cores, 64 GB RAM
nIters = 100000
Java tests errored: No class net.apjanke.matlab_bench.bench_nops.DummyJavaClass can be located on the Java class path. Skipping.
Operation Time (μsec)
I wonder if that's sitting over in janklab-core somewhere. Or if it's machine-local on my old eilonwy laptop.
The text was updated successfully, but these errors were encountered:
myJavaClassDir = fileparts(mfilename('fullpath'));
[...]% Prep% HACK: Get our Java classes on the path% Be sloppy and skip the try/catch or onCleanup() just in case that affects% our timings
javaaddpath(myJavaClassDir);
Looks like we're missing both the source code and JAR file for the Java bits of this benchmark.
I wonder if that's sitting over in janklab-core somewhere. Or if it's machine-local on my old eilonwy laptop.
The text was updated successfully, but these errors were encountered: