mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
Add std::optional vs custom optional performance benchmark (#8160)
* Initial plan * Complete optional benchmark implementation Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Add comprehensive benchmark results documentation Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Address code review feedback - improve benchmark portability and remove redundant volatile Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Final refinement: fix inline assembly constraint for const reference Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> * Delete OPTIONAL_BENCHMARK_RESULTS.md --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5aac5c98b3
commit
5cf59ea5e4
3 changed files with 394 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ int main(int argc, char ** argv) {
|
|||
TST(inf_rational);
|
||||
TST(ast);
|
||||
TST(optional);
|
||||
TST(optional_benchmark);
|
||||
TST(bit_vector);
|
||||
TST(fixed_bit_vector);
|
||||
TST(tbv);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue