Skip to content

Commit

Permalink
remove example file
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Jan 2, 2024
1 parent 8809eeb commit f983c5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,10 @@
For more information on writing benchmarks:
https://asv.readthedocs.io/en/stable/writing_benchmarks.html."""

#import example_benchmarks
import numpy as np
import pandas as pd
from tape.ensemble import Ensemble


#def time_computation():
# """Time computations are prefixed with 'time'."""
# example_benchmarks.runtime_computation()


#def mem_list():
# """Memory computations are prefixed with 'mem' or 'peakmem'."""
# return example_benchmarks.memory_computation()


def time_basic_workflow():
np.random.seed(1)

Expand Down
14 changes: 0 additions & 14 deletions src/tape/example_benchmarks.py

This file was deleted.

0 comments on commit f983c5c

Please sign in to comment.