Ignore:
Timestamp:
Jun 4, 2025, 1:43:34 PM (4 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
f858ca5
Parents:
c8bdbaf
Message:

Recent rework of string benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/string-pbv-varcorp.py

    rc8bdbaf re0350e0  
    2626
    2727
    28 # Filter operation=pbv, corpus=100-*-1
     28# Filter operation=pbv, corpus=100-*-*+*+t0
    2929
    3030timings = timings.groupby('operation').get_group('pbv')
    31 timings = timings.groupby('corpus-nstrs').get_group(100)
    32 timings = timings.groupby('corpus-runid').get_group(1)
     31timings = timings.groupby('corpus-nstrs-tgt').get_group(100)
     32timings = timings.groupby('corpus-offset-instr').get_group('t0')
    3333
    3434
     
    4141    if sut in prettyFieldNames:
    4242
    43         sgroup_sorted = sgroup.sort_values(by='corpus-meanlen')
     43        sgroup_sorted = sgroup.sort_values(by='corpusMeanLenCharsAct')
    4444
    4545        print('"{header}"'.format(header=prettyFieldNames[sut]))
    46         text = sgroup_sorted[['corpus-meanlen', 'op-duration-ns']].to_csv(header=False, index=False, sep='\t')
     46        text = sgroup_sorted[['corpusMeanLenCharsAct', 'op-duration-ns']].to_csv(header=False, index=False, sep='\t')
    4747        print(text)
    4848        print()
Note: See TracChangeset for help on using the changeset viewer.