stablesort icon indicating copy to clipboard operation
stablesort copied to clipboard

Benchmark regarding `native_compute` is not reliable

Open pi8027 opened this issue 3 years ago • 0 comments

because calling native_compute eventually makes native_compute itself slower: coq/coq#15528. To improve the situation, benchmark.v (currently written in Elpi) has to be reimplemented as an external tool (e.g., written as a shell script) that invokes coqc for each measurement.

pi8027 avatar Jan 24 '22 07:01 pi8027