Skip to content

Commit

Permalink
more benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
blahgeek committed Dec 30, 2023
1 parent ad88176 commit 5700285
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/benchmark_and_compare.template.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
(message "Benchmark json-parse-string 100 times: %s"
(benchmark-run 100
(json-parse-string json-str :object-type 'plist :null-object nil :false-object nil)))
(message "Benchmark read-bytecode 100 times: %s"
(benchmark-run 100
(read bytecode-str)))
(message "Benchmark read-eval-bytecode 100 times: %s"
(benchmark-run 100
(funcall (read bytecode-str))))
Expand Down

0 comments on commit 5700285

Please sign in to comment.