Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Add torching support to the benchmark. #847

Merged
merged 8 commits into from Jul 6, 2015
Merged

Add torching support to the benchmark. #847

merged 8 commits into from Jul 6, 2015

Conversation

Raynos
Copy link
Contributor

@Raynos Raynos commented Jul 3, 2015

Part 1 of getting perf in. This adds a bunch more shinies
to the Makefile and adding torch support in the benchmark

r: @kriskowal @jcorbin @rf @ShanniLi

@ShanniLi
Copy link
Contributor

ShanniLi commented Jul 3, 2015

lgtm

# -- --skipPing -s 4096

create-flame:
stackcollapse-stap.pl ./flame.raw > ./flame.folded
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.PHONY: view-flame

%.folded: %.raw
    stackcollapse-stap.pl $< >$@

%.svg: %.folded
    flamegrpah.pl $< >$@

view-flame: flame.svg
    open $<

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Raynos
Copy link
Contributor Author

Raynos commented Jul 3, 2015

Rather then improving the Makefile on this branch; I will iterate on it when I use it next to verify that the refactor supports the wanted process.

@Raynos Raynos added the node label Jul 6, 2015
Raynos added a commit that referenced this pull request Jul 6, 2015
Add torching support to the benchmark.
@Raynos Raynos merged commit 31b6bff into master Jul 6, 2015
@Raynos Raynos deleted the improve-bench branch July 6, 2015 18:10
Raynos added a commit that referenced this pull request Jul 15, 2015
Add torching support to the benchmark.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants