Ignore:
Timestamp:
Aug 13, 2025, 1:57:06 PM (9 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
7ca6bf1
Parents:
221d40c
Message:

list perf "zoomout" numbers run with interleaving and observation disabled, which removes an anomaly and reproduces the "zoomin" numbers in the "sweet spot"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/benchmarks/list/Makefile

    r221d40c r9989781  
    397397        cat results-latest.csv >> $@
    398398
    399 #results-zoomout-noshuf.csv: MAKE_DISABLE_OBSERVATION=yes
    400 results-zoomout-noshuf.csv: EXTRA_COMP_FLAGS+= -DTINY_USER_ITEMS #-DDISABLE_INTERLEAVING
     399results-zoomout-noshuf.csv: MAKE_DISABLE_OBSERVATION=yes
     400results-zoomout-noshuf.csv: EXTRA_COMP_FLAGS+= -DTINY_USER_ITEMS -DDISABLE_INTERLEAVING
    401401results-zoomout-noshuf.csv: FORCE cleanbuild
    402402        make results-latest.csv RUN_DURATION_SEC=5 RUN_NUM_REPS=5 RUN_DATA_SIZE_MODE=bignthorough OPS=stack-insfirst-allhead FX_SOLUTIONS='lq-tailq cfa-cfa upp-upp cpp-stlref cfa-strip' SEED=-1
    403403        cp results-latest.csv $@
    404404
    405 #results-zoomout-shuf.csv: MAKE_DISABLE_OBSERVATION=yes
    406 results-zoomout-shuf.csv: EXTRA_COMP_FLAGS+= -DTINY_USER_ITEMS #-DDISABLE_INTERLEAVING
     405results-zoomout-shuf.csv: MAKE_DISABLE_OBSERVATION=yes
     406results-zoomout-shuf.csv: EXTRA_COMP_FLAGS+= -DTINY_USER_ITEMS -DDISABLE_INTERLEAVING
    407407results-zoomout-shuf.csv: FORCE cleanbuild
    408408        make results-latest.csv RUN_DURATION_SEC=5 RUN_NUM_REPS=5 RUN_DATA_SIZE_MODE=bignthorough OPS=stack-insfirst-allhead FX_SOLUTIONS='lq-tailq cfa-cfa upp-upp cpp-stlref cfa-strip'
Note: See TracChangeset for help on using the changeset viewer.