Skip to content

risc0: bubble sort example

Julien Coolen requested to merge bubble_sort into main

Adds a new benchmark for the naive sorting algorithm bubble sort. Here are the results on my machine (11th Gen Intel(R) Core(TM) i7-1185G7 @ 3.00GHz):

prover job_name job_size proof_duration_microsec verify_duration_microsec proof_bytes
risczero bubble_sort 64 26834166 2232 238347
risczero bubble_sort 128 67677944 1689 250059
risczero bubble_sort 256 246604575 2597 275531
risczero bubble_sort 512 506524399 6431 551050
Edited by Julien Coolen

Merge request reports