Skip to content

Commit

Permalink
Update benchmark names
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Jun 13, 2024
1 parent 53c6d5f commit 39f77ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions benchmark/attribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ prelude: |
deepest_node = document.elements["//deepest"]
benchmark:
attribute_with_ns: |
deepest_node.attribute("with_ns", "xyz")
attribute_without_ns: |
deepest_node.attribute("without_ns")
with_ns: deepest_node.attribute("with_ns", "xyz")
without_ns: deepest_node.attribute("without_ns")

0 comments on commit 39f77ce

Please sign in to comment.